toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
[root]
/
Torrent
/
TorrentRequest
Torrent
Request
data
class
TorrentRequest
(
val
action
:
String
,
val
hash
:
String
=
""
,
val
link
:
String
=
""
,
val
title
:
String
=
""
,
val
poster
:
String
=
""
,
val
data
:
String
=
""
,
val
saveToDB
:
Boolean
=
false
)
(
source
)
Members
Constructors
Torrent
Request
Link copied to clipboard
constructor
(
action
:
String
,
hash
:
String
=
""
,
link
:
String
=
""
,
title
:
String
=
""
,
poster
:
String
=
""
,
data
:
String
=
""
,
saveToDB
:
Boolean
=
false
)
Properties
action
Link copied to clipboard
val
action
:
String
data
Link copied to clipboard
val
data
:
String
hash
Link copied to clipboard
val
hash
:
String
link
Link copied to clipboard
val
link
:
String
poster
Link copied to clipboard
val
poster
:
String
save
To
DB
Link copied to clipboard
val
saveToDB
:
Boolean
=
false
title
Link copied to clipboard
val
title
:
String